한국어
용자 정의 로고를 업로드합니다. 관리자가 사이트의 브랜딩을 변경하기 위해 새로운 로고 이미지를 업로드할 수 있습니다. 이 이미지는 애플리케이션 인터페이스 전체에 표시됩니다.
cURL
curl --request POST \ --url https://your_a2_service/settings/logo \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data'
{ "file_path": "<string>", "thumb_path": "<string>", "thumb_url": "<string>", "url": "<string>" }
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
파일 업로드 결과 스키마
이 페이지가 도움이 되었나요?